go/types.term.subsetOf (method)

2 uses

	go/types (current package)
		termlist.go#L138: 		if y.subsetOf(x) {
		typeterm.go#L125: func (x *term) subsetOf(y *term) bool {